Pastes items from the clipboard at the specified date and resource.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public void PasteFromClipboard ( |
Visual Basic
Copy Code
|
|---|
Public Sub PasteFromClipboard( _ |
RemarksPastes items from the clipboard at the specified date and associates them with the provided resource. If a date is specified, the items are shifted relative to the clipboard's reference date to preserve their relative timing; if the date is null, items are pasted using their original start and end times.
The ItemPasting event serves as a validation hook, allowing you to inspect each item before it is added to the schedule and optionally skip specific items by setting the Confirm property to false.
See Also